ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / SetValueByName Method / SetValueByName<T>(String,T) Method
Name of the property
Value of the property

In This Topic
    SetValueByName<T>(String,T) Method
    In This Topic
    Sets the named property to the given value.
    Syntax
    'Declaration
     
    Public Overloads Sub SetValueByName(Of T As ComObject)( _
       ByVal name As System.String, _
       ByVal value As T _
    ) 
    public void SetValueByName<T>( 
       System.string name,
       T value
    )
    where T: ComObject

    Parameters

    name
    Name of the property
    value
    Value of the property

    Type Parameters

    T
    See Also